-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 The go.work.sum
don't influence the dependencies resolution
#317
Conversation
If it's not needed. If the file isn't empty after the update, it should be committed.
What's strange, when I open the project in Goland IDE, or invoke a "Sync Go Module" operation in that IDE, the The Goland IDE must call some |
There really shouldn't be any dependencies in the hack repo - the original intention was for it to just propagate shell scripts to other repos Now the deps used here will have an influence of the version selection (might not be a big issue) - but I would encourage moving tools to toolbox and test fixtures can be generated programmatically or put under |
Also note this dep is now in the stdlib Line 6 in c4a34c3
|
Good point. I think this is an oversight on my side, while doing the #222. Before that PR there ware go deps, but only in isolated go sub modules. We could move the Let's capture this in a separate issue. |
/lgtm |
/override style / suggester / shell |
@cardil: cardil unauthorized: /override is restricted to Repo administrators. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/override "style / suggester / shell"
@upodroid: Overrode contexts on behalf of upodroid: style / suggester / shell In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, dprotaso, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
If it's not needed. If the file isn't empty after the update, it should be committed.
Some info: https://stackoverflow.com/a/71613130
Changes
go.work.sum
don't influence the dependencies resolution/kind bug
Follow up #316